Install python versions on github action for tests#4844
Merged
Conversation
Collaborator
|
Commit: 3298df6
26 interesting tests: 9 SKIP, 7 KNOWN, 6 FAIL, 4 flaky
Top 22 slowest tests (at least 2 minutes):
|
Patchwheel tests run with UV_OFFLINE=true and require Python 3.9-3.13 to be pre-installed in uv's managed cache. Co-authored-by: Isaac
Co-authored-by: Isaac
This reverts commit 243db4c.
Suggested reviewersBased on git history of the changed files, these people are best suited to review:
Confidence: low Eligible reviewersBased on CODEOWNERS, these people or teams could also review: @andrewnester, @anton-107, @simonfaltum Suggestions based on git history of 2 changed files (2 scored). See CODEOWNERS for path-specific ownership rules. |
andrewnester
approved these changes
Mar 26, 2026
Collaborator
|
Commit: 6ad4950
117 interesting tests: 84 FAIL, 17 RECOVERED, 12 KNOWN, 3 BUG, 1 SKIP
Top 50 slowest tests (at least 2 minutes):
|
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
Follow up to #4844
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Perf impact is negligible:
Why
In #4830 we've set UV_OFFLINE=true which disables Python downloading.
Tests
CI checks on this PR.